Skip to content

fix: correct GOST 28147 algorithm names#921

Open
Mehrn0ush wants to merge 1 commit intoCycloneDX:masterfrom
Mehrn0ush:fix/gost-28147-algorithm-name
Open

fix: correct GOST 28147 algorithm names#921
Mehrn0ush wants to merge 1 commit intoCycloneDX:masterfrom
Mehrn0ush:fix/gost-28147-algorithm-name

Conversation

@Mehrn0ush
Copy link
Copy Markdown
Contributor

Summary

Corrects misspelled GOST 28147 algorithm patterns in schema/cryptography-defs.json.

Changes

Updates:

  • GOST38147[-{mode}][-{padding}] to GOST28147[-{mode}][-{padding}]

  • GOST38147_MAC to GOST28147_MAC

Rationale

RFC 4357 defines the block cipher as GOST 28147-89. The previous patterns used 38147, which appears to be a typo.

Validation

  • Validated schema/cryptography-defs.json

  • Verified no GOST38147 references remain under schema

Fixes #920

Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
@Mehrn0ush Mehrn0ush requested a review from a team as a code owner May 2, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Defect]: GOST 28147 algorithm names are misspelled in cryptography definitions

1 participant